home *** CD-ROM | disk | FTP | other *** search
/ Aminet 49 / Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso / Aminet / util / batch / MiniMen.lha / MiniMen / DimpX < prev    next >
Text File  |  2000-02-26  |  284b  |  13 lines

  1. echo c
  2. Requestfile >env:FDMP TITLE="Choose Dimp file to extract" PATTERN "(#?.DMP|#?.DEX)" DRAWER "RAM:"
  3. if warn
  4.    echo "*N Operation canceled....!"
  5.    quit
  6. endif
  7. if not exists $FDMP
  8.    echo "*N File does not exist....!"
  9.    delete >nil: env:FDMP
  10.    quit
  11. endif
  12. execute DimpX.1 $FDMP
  13.